Skip to content

fix: remove angle brackets from MCP docs server URL in 7 AI dev tool pages#3000

Open
WhiteHades wants to merge 3 commits into
appwrite:mainfrom
WhiteHades:fix-remove-angle-brackets-mcp-url
Open

fix: remove angle brackets from MCP docs server URL in 7 AI dev tool pages#3000
WhiteHades wants to merge 3 commits into
appwrite:mainfrom
WhiteHades:fix-remove-angle-brackets-mcp-url

Conversation

@WhiteHades
Copy link
Copy Markdown

What does this PR do?

removes stray angle brackets <> wrapping the MCP docs server URL (https://mcp-for-docs.appwrite.io) in setup instructions across 7 AI dev tool pages. The brackets caused the URL to render incorrectly.

Test Plan

No code was changed. visual/docs fix only.

Related PRs and Issues

N/A

Have you read the Contributing Guidelines on issues?

yes

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 14, 2026

Greptile Summary

This PR removes stray angle brackets (<>) that were wrapping the MCP docs server URL (https://mcp-for-docs.appwrite.io) in setup instructions across 7 AI dev tool documentation pages, correcting the URL so it renders and copies correctly.

  • Identical single-line fix applied consistently across all 7 affected .markdoc files (antigravity, claude-code, cursor, emergent, opencode, vscode, windsurf).
  • No logic or configuration changes — purely a documentation text correction.

Confidence Score: 5/5

Safe to merge — all changes are documentation-only, removing malformed angle brackets from a URL string in code snippets across 7 pages.

Every change is a single-character-class removal of < and > on a static URL string inside a fenced code block. There is no executable code, no logic, and no configuration altered. The fix is correct and consistent across all affected files.

No files require special attention.

Important Files Changed

Filename Overview
src/routes/docs/tooling/ai/ai-dev-tools/antigravity/+page.markdoc Removes stray angle brackets around the MCP docs server URL in the mcp_config.json snippet.
src/routes/docs/tooling/ai/ai-dev-tools/claude-code/+page.markdoc Removes stray angle brackets around the MCP docs server URL in the claude mcp add bash command snippet.
src/routes/docs/tooling/ai/ai-dev-tools/cursor/+page.markdoc Removes stray angle brackets around the MCP docs server URL in the mcp.json snippet.
src/routes/docs/tooling/ai/ai-dev-tools/emergent/+page.markdoc Removes stray angle brackets around the MCP docs server URL in the MCP config snippet.
src/routes/docs/tooling/ai/ai-dev-tools/opencode/+page.markdoc Removes stray angle brackets around the MCP docs server URL in the opencode.json snippet.
src/routes/docs/tooling/ai/ai-dev-tools/vscode/+page.markdoc Removes stray angle brackets around the MCP docs server URL in the mcp.json snippet.
src/routes/docs/tooling/ai/ai-dev-tools/windsurf/+page.markdoc Removes stray angle brackets around the MCP docs server URL in the mcp_config.json snippet.

Reviews (3): Last reviewed commit: "Merge branch 'main' into fix-remove-angl..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant